Skip to content

DEV: (cmds) update FT.PROFILE and FT.HYBRID commands#3340

Merged
dwdougherty merged 2 commits into
DOC-6334from
DOC-6628
May 19, 2026
Merged

DEV: (cmds) update FT.PROFILE and FT.HYBRID commands#3340
dwdougherty merged 2 commits into
DOC-6334from
DOC-6628

Conversation

@dwdougherty

@dwdougherty dwdougherty commented May 18, 2026

Copy link
Copy Markdown
Collaborator

Redis 8.8 feature


Note

Low Risk
Low risk: documentation-only updates that expand command syntax/description to cover FT.HYBRID profiling and the SHARD_K_RATIO option; no runtime code changes.

Overview
Docs update for Redis 8.8 search features. FT.PROFILE documentation is expanded to include profiling FT.HYBRID (syntax, descriptions, and cross-links).

FT.HYBRID docs now document the KNN option SHARD_K_RATIO (including syntax/description), and the vector-search guide adds an FT.HYBRID example using SHARD_K_RATIO for cluster tuning.

Reviewed by Cursor Bugbot for commit d487a33. Bugbot is set up for automated code reviews on this repo. Configure here.

@dwdougherty dwdougherty requested review from a team and adrianoamaral May 18, 2026 15:52
@dwdougherty dwdougherty self-assigned this May 18, 2026
@dwdougherty dwdougherty added the oss Redis Open Source label May 18, 2026
@github-actions

github-actions Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

DOC-6628

@github-actions

github-actions Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

@jit-ci

jit-ci Bot commented May 18, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@mich-elle-luna mich-elle-luna left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@dwdougherty

dwdougherty commented May 18, 2026

Copy link
Copy Markdown
Collaborator Author

Thanks for the review, @mich-elle-luna and @andy-stark-redis!

@andy-stark-redis andy-stark-redis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dwdougherty dwdougherty merged commit 25c7e3e into DOC-6334 May 19, 2026
65 checks passed
@dwdougherty dwdougherty deleted the DOC-6628 branch May 19, 2026 13:39
dwdougherty added a commit that referenced this pull request May 25, 2026
* DEV: update ACL page - comments allowed in ext. files (#2937)

* DEV: update redis-cli docs with word-jump nav. info. (#2935)

* DEV: (cmds) add XIDMPRECORD command page (#2939)

* DEV: (cmds) add XIDMPRECORD command page

* Address PM feedback

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* OP: update version mgmt page for 8.6 and 8.8 (#2947)

* OP: update "tested on" information (#2945)

* DEV: (cmds) update TS cmd pages for multiple aggregators support (#2949)

* DEV: (cmds) update TS cmd pages for multiple aggregators support

* Address Bugbot's concerns

* Address more of Bugbot's concerns

* Address Lior's comments

* Address more of Lior's comments

* DEV: update JSON.SET cmd page (etc) with FPHA argument (#2964)

* DEV: update JSON.SET cmd page (etc) with FPHA argument

* Address Andy's and Lior's concerns

* Address more of Lior's concerns

* DEV: (cmds) add GCRA command page and general info. (#2943)

* DEV: (cmds) add GCRA command page and general info.

* Apply suggestion from @mich-elle-luna

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Address Lior's comments

* Small commit to remove superfluous frontmatter

* Address more of Lior's comments

* Address yet more of Lior's concerns

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* DEV: update various metrics (#2942)

* DEV: update various metrics

* Address Lior's concerns (stat name changes)

* DEV: (cmds) add note about auto-expiration to GCRA command page

* Add missing RS/RC compat. info.

* DEV: (cmds) add GCRASETVALUE command page (#3016)

* DEV: update modules API page (#3024)

* DEV: add info. about sub-keyspace notifications (#3014)

* DEV: add info. about sub-keyspace notifications

* Refactor based on review feedback

* Address more review feedback

* Apply suggestions from code review

* Address more review comments

* DEV: (cmds) add COUNT aggregator to sorted set commands (#3023)

* DEV: (cmds) add COUNT aggregator to sorted set commands

* Address Bugbot's concerns.

* Address reviewer's concerns

* DEV: (cmds + etc) add XNACK command page and general info. (#2992)

* DEV: (cmds + etc) add XNACK command page and general info.

* Apply suggestions from code review

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Add missing RS/RC compat. info.

* Address reviewer concerns

* Address more reviewer comments

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Remove superflous frontmatter from cmds

* DEV: document search limitation inside MULTI/EXEC (#3062)

* DEV: document search limitation inside MULTI/EXEC

* Apply suggestions from code review

* DEV: (cmds) document new array data structure (#3081)

* Add banners to array pages

* DEV: (cmds) update array data type information (#3184)

* A few updates to the arrays page based on a blog page

* DEV: revert GCRA (8.8) content (#3293)

* DEV: (cmds) add INCREX command page (#3137)

* DEV: (cmds) add INCREX command page

* A few minor fixes

* Add railroad_diagram frontmatter

* Remove *#%6! tmp directory

* Add more ACL cats

* Address reviewer's comments

* DEV: (cmds) add INCREX command page

* Address reviewer's concerns

* Add INCREX keyspace notification event

---------

Co-authored-by: debing.sun <debing.sun@redis.com>

* DEV: add ROS8.8 what's new page (#3322)

* DEV: create redis-8-8-commands.md page (#3323)

* DEV: update final bits and pieces for 8.8 release (#3333)

* DEV: update data/commands_*.json from GA build (#3335)

* DEV: update dt comparison pg

* DEV: (cmds) update FT.PROFILE and FT.HYBRID commands (#3340)

* DEV: (cmds) update FT.PROFILE and FT.HYBRID commands

* Tweak command page and add add'l info to vector search page

* DEV: (cmds) FT.AGGREGATE - add COLLECT reducer (#3320)

* DEV: (cmds) FT.AGGREGATE - add COLLECT reducer

* Apply review suggestions

* DEV: (cmds) update INCREX command page for recent API change (#3350)

* DEV: (cmds) update INCREX command page for recent API change

* Address reviewer's concerns

* Address more of the reviewer's comments

* DEV: add 8.8-GA release notes (#3326)

* DEV: add 8.8-GA release notes

* Fix a handful of links

* DEV: (cmds) add 8.8 cmds to RS compat. page

* Apply review comments.

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* Final rel. notes and sundry

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: debing.sun <debing.sun@redis.com>
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge yet oss Redis Open Source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants